php forum
php mysql forum
php mysql smarty
 
Page 1 of 5 1 2 3 4 5 >
Topic Options
#154103 - 06/23/02 01:37 PM [6.3.x] [beta] hidden forum hack
Sn0pD0gG Offline
Member

Registered: 08/29/01
Posts: 57
not much to say about, this hack adds the option to hide specefic private forums.

I took easy's hack and modified it.

download: http://www.swaafxp.com/scripts/hack_download.php

everything else is written down in the text file

have fun [END]

Top
#154104 - 06/23/02 06:19 PM Re: [6.3.x] [beta] hidden forum hack
RandyM Offline
Spotlight Winner

Registered: 06/28/01
Posts: 2642
Loc: Southern California | Guitar o...
This hack had tons of issues and never really worked 100 percent. Anybody willing to take the plunge to see if this one works?
_________________________
3 time Spotlight winner.
Believe The Lie

Top
#154105 - 06/23/02 08:55 PM Re: [6.3.x] [beta] hidden forum hack
Josh Chapman Offline
Member

Registered: 02/27/02
Posts: 69
Well im no expert but maybe ill give it a try lol

Also if i post something here and say a file is missing and it does exist... its just my stupidity... ill check after im all done smile

Top
#154106 - 06/23/02 09:02 PM Re: [6.3.x] [beta] hidden forum hack
Josh Chapman Offline
Member

Registered: 02/27/02
Posts: 69
##############################
# open public_move_topic.cgi #
##############################

First off i think it should be .pl and there are no instructions with it...

Top
#154107 - 06/23/02 09:12 PM Re: [6.3.x] [beta] hidden forum hack
Josh Chapman Offline
Member

Registered: 02/27/02
Posts: 69
UBB_LIB.CGI
#########
#find : #
#########

if ($this_forum[6] =~ m/private/) {

################
# replace with #
################

if (($this_forum[6] =~ m/private/) || ($this_forum[6] =~ m/hidden/)) {

Cant seem to find that

Top
#154108 - 06/23/02 09:25 PM Re: [6.3.x] [beta] hidden forum hack
Josh Chapman Offline
Member

Registered: 02/27/02
Posts: 69
Found

Top
#154109 - 06/23/02 09:29 PM Re: [6.3.x] [beta] hidden forum hack
Josh Chapman Offline
Member

Registered: 02/27/02
Posts: 69
UBB NEW REPLY

#########
#find : #
#########

# check to make sure user has access/permission to post!
if (($permission =~ m/private/) || ($reply_restrict =~ m/restrict/)) {

################
# replace with #
################

# check to make sure user has access/permission to post and is not going to see if forum exists (coz hidden)
if ($permission =~ m/hidden/) {
&check_private_access($in{f}, $this_forum[12], 'hidden');
}

# check to make sure user has access/permission to post!
if (($permission =~ m/private/) || ($reply_restrict =~ m/restrict/)) {
&check_private_access($in{f}, $this_forum[12]);
}

Shouldnt this be

########
#find : #
#########

# check to make sure user has access/permission to post!
if (($permission =~ m/private/) || ($reply_restrict =~ m/restrict/)) {
&check_private_access($in{f}, $this_forum[12]);
}

################
# replace with #
################

# check to make sure user has access/permission to post and is not going to see if forum exists (coz hidden)
if ($permission =~ m/hidden/) {
&check_private_access($in{f}, $this_forum[12], 'hidden');
}

# check to make sure user has access/permission to post!
if (($permission =~ m/private/) || ($reply_restrict =~ m/restrict/)) {
&check_private_access($in{f}, $this_forum[12]);
}

Top
#154110 - 06/23/02 09:31 PM Re: [6.3.x] [beta] hidden forum hack
Josh Chapman Offline
Member

Registered: 02/27/02
Posts: 69
Found - BTW I would delete my posts if i could

Top
#154111 - 06/23/02 09:43 PM Re: [6.3.x] [beta] hidden forum hack
Josh Chapman Offline
Member

Registered: 02/27/02
Posts: 69
Found

Top
#154112 - 06/23/02 09:44 PM Re: [6.3.x] [beta] hidden forum hack
Josh Chapman Offline
Member

Registered: 02/27/02
Posts: 69
Found

Top
#154113 - 06/23/02 09:47 PM Re: [6.3.x] [beta] hidden forum hack
Josh Chapman Offline
Member

Registered: 02/27/02
Posts: 69
Finally found this one lol

Top
#154114 - 06/23/02 10:26 PM Re: [6.3.x] [beta] hidden forum hack
Josh Chapman Offline
Member

Registered: 02/27/02
Posts: 69
home/zophcom/public_html/cgi-bin/cp_forums.cgi: syntax error at /home/zophcom/public_html/cgi-bin/cp_forums.cgi line 1047, near "} else"

I get that when i try to see the forum settings in the CP

Top
#154115 - 06/23/02 10:34 PM Re: [6.3.x] [beta] hidden forum hack
Josh Chapman Offline
Member

Registered: 02/27/02
Posts: 69
Never Mind... Rehacked it and everything seems to be working.. i made a mistake before.. I am now trying to see if hidden works properly

Top
#154116 - 06/23/02 10:37 PM Re: [6.3.x] [beta] hidden forum hack
Josh Chapman Offline
Member

Registered: 02/27/02
Posts: 69
So far.. Works like a charm smile

Top
#154117 - 06/23/02 10:39 PM Re: [6.3.x] [beta] hidden forum hack
Josh Chapman Offline
Member

Registered: 02/27/02
Posts: 69
Great Job sn0p and Great Job e@sy. I'm sure anyone can install this hack laugh

Top
#154118 - 06/23/02 11:23 PM Re: [6.3.x] [beta] hidden forum hack
Josh Chapman Offline
Member

Registered: 02/27/02
Posts: 69
Sorry, UBB has encountered an unexpected, fatal error. This error is extremely abnormal. Please contact the board administration. The error text is:

Can't open '/home/zophcom/public_html/ubb/cache-VVTCS2XN/ubb_files/forum_page/Forum21/private-9VZ7RP37/forum21-1000.cgi'.

I was unable to find that file or directory. Please check the paths.

The exact error returned by the operating system is:
No such file or directory

Uhoh Thats what i get when trying to access forum

Top
#154119 - 06/23/02 11:57 PM Re: [6.3.x] [beta] hidden forum hack
Josh Chapman Offline
Member

Registered: 02/27/02
Posts: 69
OK fixed that.... forgot to rebuild forum stat files smile

Seems to be working again... and lol ive made all but 1 of the replies on this topic laugh

Top
#154120 - 06/24/02 08:02 AM Re: [6.3.x] [beta] hidden forum hack
Josh Chapman Offline
Member

Registered: 02/27/02
Posts: 69
I recieved that error again this morning... I rebuilt forums stat files and it appears to be working but I'm not totally sure for how long

Top
#154121 - 06/24/02 11:43 AM Re: [6.3.x] [beta] hidden forum hack
RandyM Offline
Spotlight Winner

Registered: 06/28/01
Posts: 2642
Loc: Southern California | Guitar o...
This hack has never been error free that I know of. Search the 6.1 and 6.2 beta forums and you'll see the threads that had the problems that never seemed to go away.
_________________________
3 time Spotlight winner.
Believe The Lie

Top
#154122 - 06/24/02 12:57 PM Re: [6.3.x] [beta] hidden forum hack
Josh Chapman Offline
Member

Registered: 02/27/02
Posts: 69
Yah I know.. lol .. Also when i give someone permission to view the hidden forum they cant see it... it may have to do with the file that had no instructions for it...

Top
#154123 - 06/24/02 02:40 PM Re: [6.3.x] [beta] hidden forum hack
Josh Chapman Offline
Member

Registered: 02/27/02
Posts: 69
Seems like most of the UBBDev Haxxor's are avoiding this thread smile Even LK...

Top
#154124 - 06/24/02 03:19 PM Re: [6.3.x] [beta] hidden forum hack
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
I think easy may have done some work on it recently, I do know it caused some problems when it came to upgrading the forum a while back.
_________________________
- Allen wavey
- What Drives You?

Top
#154125 - 06/24/02 05:06 PM Re: [6.3.x] [beta] hidden forum hack
Josh Chapman Offline
Member

Registered: 02/27/02
Posts: 69
Wasnt that with whos online?

Top
#154126 - 06/25/02 02:07 AM Re: [6.3.x] [beta] hidden forum hack
Lord Dexter Offline
Member

Registered: 05/25/01
Posts: 6503
Loc: Melbourne, Australia
My god you replied to a whole page. eek

And the only person who can save this hack is...LK tipsy

Top
#154127 - 06/25/02 02:49 AM Re: [6.3.x] [beta] hidden forum hack
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
Yes, I am avoiding this thread. tipsy if you want it to work well, it has to have a total rewrite.
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#154128 - 06/25/02 08:03 AM Re: [6.3.x] [beta] hidden forum hack
Josh Chapman Offline
Member

Registered: 02/27/02
Posts: 69
Do you plan on doing a total rewrite?

Top
#154129 - 06/25/02 08:08 AM Re: [6.3.x] [beta] hidden forum hack
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
No, I hate this hack tipsy
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#154130 - 06/25/02 08:15 AM Re: [6.3.x] [beta] hidden forum hack
Lord Dexter Offline
Member

Registered: 05/25/01
Posts: 6503
Loc: Melbourne, Australia
Well then it's hopeless.

*Calls for someone else* tipsy

Top
#154131 - 06/25/02 12:40 PM Re: [6.3.x] [beta] hidden forum hack
Josh Chapman Offline
Member

Registered: 02/27/02
Posts: 69
Yup smile If LK wont fix it who will? The hack author e@sy hasnt been around and the other guy who posted this hasnt replied... i guess if no one is gonna fix it ill just revert to my backup...

Top
#154132 - 06/25/02 07:42 PM Re: [6.3.x] [beta] hidden forum hack
Lord Dexter Offline
Member

Registered: 05/25/01
Posts: 6503
Loc: Melbourne, Australia
I saw e@sy online yesterday. Maybe he can still do it.

Top
#154133 - 06/25/02 08:29 PM Re: [6.3.x] [beta] hidden forum hack
RandyM Offline
Spotlight Winner

Registered: 06/28/01
Posts: 2642
Loc: Southern California | Guitar o...
I use the old fashioned way, I have 2 licenses and two UBBs running. One is members access only and the URL is very obscure so noone knows it's there unless they have access. If someone else finds it they can't see anything unless they register and I have to approve them....
_________________________
3 time Spotlight winner.
Believe The Lie

Top
#154134 - 06/26/02 06:48 AM Re: [6.3.x] [beta] hidden forum hack
Paulus Magnus Offline
Content Kidman

Registered: 10/15/01
Posts: 80
What's the difference between this hack and LK's Extended Category hack thats got hidden forum abilities within it?
_________________________
» Team Nicole | UBB v6.3.0 «

Top
#154135 - 06/26/02 06:59 AM Re: [6.3.x] [beta] hidden forum hack
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
Extended Category hack hides a CATEGORY, and the user can see it in ?category=X, so it only hides it from main forum summary.
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#154136 - 06/26/02 02:44 PM Re: [6.3.x] [beta] hidden forum hack
e@sy Offline
deutscher Member

Registered: 02/18/01
Posts: 981
Loc: NRW,Germany
I have rewrite the hack.

The user asked me if i have a version for 6.3 and my time is very short. So he want to convert this hack for 6.0 to 6.3. I told him to send the new Hack to me before posting here to test it. But he open a topic here before i said yes. So i do not know about the error's. In the last 3 day's i make a rehack of this one. Here is the link

http://ubbdev.de/cgi-bin/ubbcgi/ultimatebb.cgi?ubb=get_topic;f=3;t=000004

Top
#154137 - 06/26/02 04:01 PM Re: [6.3.x] [beta] hidden forum hack
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
danke e@sy smile
_________________________
- Allen wavey
- What Drives You?

Top
#154138 - 06/26/02 04:35 PM Re: [6.3.x] [beta] hidden forum hack
RandyM Offline
Spotlight Winner

Registered: 06/28/01
Posts: 2642
Loc: Southern California | Guitar o...
</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif">Originally posted by AllenAyres:
danke e@sy smile </font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">thumbsup
_________________________
3 time Spotlight winner.
Believe The Lie

Top
#154139 - 06/29/02 03:21 AM Re: [6.3.x] [beta] hidden forum hack
e@sy Offline
deutscher Member

Registered: 02/18/01
Posts: 981
Loc: NRW,Germany
Little error in Who is Online fix. Zip files are updated.

Top
#154140 - 06/29/02 07:23 AM Re: [6.3.x] [beta] hidden forum hack
Lord Dexter Offline
Member

Registered: 05/25/01
Posts: 6503
Loc: Melbourne, Australia
Nice work e@sy. smile

Top
#154141 - 06/29/02 08:54 AM Re: [6.3.x] [beta] hidden forum hack
RandyM Offline
Spotlight Winner

Registered: 06/28/01
Posts: 2642
Loc: Southern California | Guitar o...
Can anyone testify to the functionality of this hack with the new changes?
_________________________
3 time Spotlight winner.
Believe The Lie

Top
#154142 - 06/30/02 08:43 AM Re: [6.3.x] [beta] hidden forum hack
anon89 Offline
Junior Member

Registered: 05/24/02
Posts: 6
.

Top
#154143 - 06/30/02 08:52 AM Re: [6.3.x] [beta] hidden forum hack
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif">Originally posted by e@sy:
I have rewrite the hack.

The user asked me if i have a version for 6.3 and my time is very short. So he want to convert this hack for 6.0 to 6.3. I told him to send the new Hack to me before posting here to test it. But he open a topic here before i said yes. So i do not know about the error's. In the last 3 day's i make a rehack of this one. Here is the link

http://ubbdev.de/cgi-bin/ubbcgi/ultimatebb.cgi?ubb=get_topic;f=3;t=000004
</font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">Gotta love quick reply with quote laugh
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#154144 - 07/10/02 03:59 AM Re: [6.3.x] [beta] hidden forum hack
vLIMIT Sandman Offline
Member

Registered: 07/05/02
Posts: 32
Loc: Australia
thankies a ton, private forums hidden. yeah LK its a wonder eh?
_________________________

Push the limits

Top
#154145 - 07/10/02 04:08 PM Re: [6.3.x] [beta] hidden forum hack
Josh Chapman Offline
Member

Registered: 02/27/02
Posts: 69
Ill give it a go later e@sy... Thanks a lot man smile

Top
#154146 - 07/10/02 04:24 PM Re: [6.3.x] [beta] hidden forum hack
Dennis Jones Offline
Member

Registered: 06/13/02
Posts: 114
Why dont you just turn off category for a forum?
You can still get in there and post btw as long as you remember the URL.
_________________________
I Cannot Support Ubb Via ICQ or MSN.
Not because I dont want to its just I cant. tipsy

Top
#154147 - 07/11/02 12:21 PM Re: [6.3.x] [beta] hidden forum hack
Josh Chapman Offline
Member

Registered: 02/27/02
Posts: 69
thats what LK's hack does

Top
#154148 - 07/11/02 12:30 PM Re: [6.3.x] [beta] hidden forum hack
Dennis Jones Offline
Member

Registered: 06/13/02
Posts: 114
Then why use a hack? smile
_________________________
I Cannot Support Ubb Via ICQ or MSN.
Not because I dont want to its just I cant. tipsy

Top
#154149 - 07/11/02 02:27 PM Re: [6.3.x] [beta] hidden forum hack
RandyM Offline
Spotlight Winner

Registered: 06/28/01
Posts: 2642
Loc: Southern California | Guitar o...
</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif">Originally posted by Dennis Jones:
Then why use a hack? smile </font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">This hack hides the forum from people that aren't allowed in it but the members with access see it on the summary page like any other. I happen to think that's pretty slick.
_________________________
3 time Spotlight winner.
Believe The Lie

Top
#154150 - 07/11/02 05:47 PM Re: [6.3.x] [beta] hidden forum hack
Dennis Jones Offline
Member

Registered: 06/13/02
Posts: 114
Oh I thought it just takes it off the listing.
Ooops my mistake.
_________________________
I Cannot Support Ubb Via ICQ or MSN.
Not because I dont want to its just I cant. tipsy

Top
#154151 - 07/22/02 01:53 PM Re: [6.3.x] [beta] hidden forum hack
stubbsy Offline
Member

Registered: 12/16/00
Posts: 35
thanks for this hack smile

been looking forward to this smile

Top
#154152 - 07/22/02 03:09 PM Re: [6.3.x] [beta] hidden forum hack
RandyM Offline
Spotlight Winner

Registered: 06/28/01
Posts: 2642
Loc: Southern California | Guitar o...
Okay, I just finished hacking the files it works great on my test server. When the instructions say add behind, they mean add after.

It works great!
_________________________
3 time Spotlight winner.
Believe The Lie

Top
#154153 - 07/22/02 03:25 PM Re: [6.3.x] [beta] hidden forum hack
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
[code][/code]What it means, is that if the user can access ANY special forum, he can see this forum. You should make a check if there is THIS forum.
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#154154 - 07/22/02 03:30 PM Re: [6.3.x] [beta] hidden forum hack
RandyM Offline
Spotlight Winner

Registered: 06/28/01
Posts: 2642
Loc: Southern California | Guitar o...
I have a test user at my test board that has access to two private forums and he can't see the hidden forum. What am I looking for LK?
_________________________
3 time Spotlight winner.
Believe The Lie

Top
#154155 - 07/22/02 03:59 PM Re: [6.3.x] [beta] hidden forum hack
PrimeTime Offline
Member

Registered: 11/06/01
Posts: 1046
Clarification LK...Are you strictly speaking of private or hidden forums? Examples:

A: You have 2 private forums. You give a user access to private forum A but not B. With this code you posted the user will be able to see both private forums A & B?

OR

B: You have 2 hidden forums. You give a user access to hidden forum A but not B. The code you posted the user will be able to see both hidden forums A & B?

I'm assuming you are speaking of "Hidden" forums strictly.
_________________________
Members Spotlight Winner
bac-Clan
--------------------

Top
#154156 - 07/22/02 05:22 PM Re: [6.3.x] [beta] hidden forum hack
RandyM Offline
Spotlight Winner

Registered: 06/28/01
Posts: 2642
Loc: Southern California | Guitar o...
One thing I just noticed is that the forum and threads show up in the PNTF under "most popular topics within the past 30 minutes:" even if I'm logged out.
_________________________
3 time Spotlight winner.
Believe The Lie

Top
#154157 - 07/22/02 06:05 PM Re: [6.3.x] [beta] hidden forum hack
RandyM Offline
Spotlight Winner

Registered: 06/28/01
Posts: 2642
Loc: Southern California | Guitar o...
Okay, this fixed it;

ubb_pntf.cgi

find this twice;

if( (&GetForumRecord($in{f}))[6] =~ m/private/ ) {

replace it with;

if( ((&GetForumRecord($in{f}))[6] =~ m/private/ ) &#0124;&#0124; (&GetForumRecord($in{f}))[6] =~ m/hidden/ ) {

public_pntf_summary.pl

find this;

if(($vars_forums{$number}->[6] =~ m/private/) &#0124;&#0124; ($vars_forums{$number}->[3] ne 'On')) {

Replace it with;

if(($vars_forums{$number}->[6] =~ m/private/) &#0124;&#0124; ($vars_forums{$number}->[6] =~ m/hidden/) &#0124;&#0124; ($vars_forums{$number}->[3] ne 'On')) {

Find;

if((&GetForumRecord($number))[6] =~ m/private/) {

Replace that with;

if( ((&GetForumRecord($number))[6] =~ m/private/) &#0124;&#0124; (&GetForumRecord($number))[6] =~ m/hidden/) {
_________________________
3 time Spotlight winner.
Believe The Lie

Top
#154158 - 07/22/02 06:08 PM Re: [6.3.x] [beta] hidden forum hack
PrimeTime Offline
Member

Registered: 11/06/01
Posts: 1046
Right on X! thumbsup
_________________________
Members Spotlight Winner
bac-Clan
--------------------

Top
#154159 - 07/22/02 06:13 PM Re: [6.3.x] [beta] hidden forum hack
RandyM Offline
Spotlight Winner

Registered: 06/28/01
Posts: 2642
Loc: Southern California | Guitar o...
I would like e@sy or LK to look at it and make sure that I didn't miss anything if they could.

Edit: apparently you can't move threads to the hidden forums.
_________________________
3 time Spotlight winner.
Believe The Lie

Top
#154160 - 07/23/02 07:23 PM Re: [6.3.x] [beta] hidden forum hack
PrimeTime Offline
Member

Registered: 11/06/01
Posts: 1046
Hmm...I guess just one of the drawbacks. Thks X for testing it. I still think this hack is a must have. thumbsup
_________________________
Members Spotlight Winner
bac-Clan
--------------------

Top
#154161 - 07/24/02 07:33 AM Re: [6.3.x] [beta] hidden forum hack
PrimeTime Offline
Member

Registered: 11/06/01
Posts: 1046
I just installed this (which has got to be the most time consuming hack thumbsup
_________________________
Members Spotlight Winner
bac-Clan
--------------------

Top
#154162 - 08/07/02 10:31 AM Re: [6.3.x] [beta] hidden forum hack
stubbsy Offline
Member

Registered: 12/16/00
Posts: 35
One prob I've had is that the hidden forums keep disappearing.

when i go view my PM's or goto recent visitors, when i click to go back to the front page the forums are gone.

The only way i can get them back is to open a new window and log back in.

Any ideas?

tia

stubbsy

Top
#154163 - 09/09/02 02:36 PM Re: [6.3.x] [beta] hidden forum hack
Hexe Offline
Member

Registered: 06/23/01
Posts: 60
Loc: GERMANY / NRW
sorry, link doesn´t work frown
_________________________
MfG Hexe

Admina auf der AraWorld
AraWorld - Die Comunnity mit Esprit, Charme und Eleganz

Top
#154164 - 09/14/02 12:10 PM Re: [6.3.x] [beta] hidden forum hack
Stamoulis Offline
Member

Registered: 09/17/01
Posts: 92
Loc: Germany
yup link is dead, please fix wink

Top
#154165 - 09/16/02 02:15 PM Re: [6.3.x] [beta] hidden forum hack
e@sy Offline
deutscher Member

Registered: 02/18/01
Posts: 981
Loc: NRW,Germany

Top
#154166 - 09/18/02 09:48 PM Re: [6.3.x] [beta] hidden forum hack
WhiteBlade Offline
Member

Registered: 05/26/01
Posts: 178
Loc: Quebec, Canada
Thanks E@sy
_________________________
My MSN : whiteblade6@hotmail.com

I currently have [img]http://lkubb.web-performance.net/cgi-bin/ud.pl?u=WhiteBlade;s=1[/img] and I returned
[img]http://lkubb.web-performance.net/cgi-bin/ud.pl?s=2;u=WhiteBlade[/img] results !

Top
#154167 - 10/01/02 11:41 PM Re: [6.3.x] [beta] hidden forum hack
ShadowChaser Offline
Member

Registered: 06/24/02
Posts: 47
Anyone else that's running this having a problem with the hidden forums "disappearing" for users who have permissions to access them?

I login, the forums are there. I close my browser session, open a new browser session and go to the forums. I'm still logged in, but my hidden forums are no longer visible to me. The only way I can seem to get them back is to go into my Control Panel and clear the forum cache.

I wondering if this might have anything to do with my using UBB Accelerator. When I installed the mod, I went over it 3 times with a fine-toothed comb just to be sure I got it all right, so I'm damn confident that it's not something I overlooked. However, I suppose that's not impossible either. wink

I'm running 6.3.0.1 and installed the mod from e@sy's page for this version of UBB.

http://vvvcentral.com/forums

Edit: I just disabled UBB Accelerator for testing purposes. I want to see if this problem continues without its use.

Top
#154168 - 10/02/02 10:55 AM Re: [6.3.x] [beta] hidden forum hack
Archaon Offline
Junior Member

Registered: 10/22/01
Posts: 24
Loc: Zaandijk, Netherlands
mmmmm.. doesn't work anymore

Top
#154169 - 10/02/02 12:54 PM Re: [6.3.x] [beta] hidden forum hack
ShadowChaser Offline
Member

Registered: 06/24/02
Posts: 47
Quote:
quote:
Originally posted by Archaon:
mmmmm.. doesn't work anymore
My DNS changed. It's back up now.

Top
#154170 - 10/02/02 04:02 PM Re: [6.3.x] [beta] hidden forum hack
ShadowChaser Offline
Member

Registered: 06/24/02
Posts: 47
Okay - it's not the UBB Accelrator in and of itself. I disabled (as mentioned above) and people are still having trouble with the forums disappearing.

I've disabled caching to see if that has anything to do with it. Does anyone have any ideas at all?

Top
#154171 - 10/02/02 09:31 PM Re: [6.3.x] [beta] hidden forum hack
ShadowChaser Offline
Member

Registered: 06/24/02
Posts: 47
Seems to work fine with caching disabled.

I don't have the first idea on how to rectify this.

Top
#154172 - 10/05/02 10:45 PM Re: [6.3.x] [beta] hidden forum hack
ShadowChaser Offline
Member

Registered: 06/24/02
Posts: 47
^bump^

Top
#154173 - 02/10/03 08:43 PM Re: [6.3.x] [beta] hidden forum hack
Baby_D Offline
Junior Member

Registered: 01/04/02
Posts: 20
Hi...

i've installed this hack... but now i've got a problem... i cant move any topic becauce in the drop down menu my board dont show me my hidden Forums... and my function "Show Print Version" says me "This Topic is not exist..." .... and the Drop Down menu in puplic_forum "Go To Forum:" dont shows me the Hidden Forums.... can anybody helps me? .... thanx alot...

Baby Death

Top
#154174 - 02/10/03 10:07 PM Re: [6.3.x] [beta] hidden forum hack
PrimeTime Offline
Member

Registered: 11/06/01
Posts: 1046
Because the forum is hidden think of it as an invisible forum, one that doesn't exist. If the forums show up in the drop down search or move option users who do not have access to the hidden forums will know they exist.

I think however that you can go into your CP and move the topics under Maintanence. In there you should be able to see every forum created. I think you can also take out the Search and drop down codes from the Hidden Forum hack so that your users can see the forums.
_________________________
Members Spotlight Winner
bac-Clan
--------------------

Top
#154175 - 02/20/03 04:32 AM Re: [6.3.x] [beta] hidden forum hack
Baby_D Offline
Junior Member

Registered: 01/04/02
Posts: 20
Hi...

@PrimeTime... thanx alot... i will test it...

Baby Death

Top
#154176 - 02/20/03 05:33 AM Re: [6.3.x] [beta] hidden forum hack
PrimeTime Offline
Member

Registered: 11/06/01
Posts: 1046
Hope it works for you...It did for 6.3.1.1 and up. : smile :
_________________________
Members Spotlight Winner
bac-Clan
--------------------

Top
#154177 - 02/21/03 08:18 AM Re: [6.3.x] [beta] hidden forum hack
Dino Offline
Member

Registered: 03/23/01
Posts: 53
Loc: Troy, MI
I think this is one of the most useful hacks made. I'm surprised that people aren't all over it. PHPBB and other PHP boards offer hidden topics right out of the box.

All links don't work. Is there anywhere else that this script is available?

Will Infopop ever offer this as an out-of-the-box feature?
_________________________
Dino Filias
http://dinofilias.com

Top
#154178 - 02/21/03 08:56 AM Re: [6.3.x] [beta] hidden forum hack
e@sy Offline
deutscher Member

Registered: 02/18/01
Posts: 981
Loc: NRW,Germany
This is the link


http://ubbdev.de/cgi-bin/ubbcgi/ultimatebb.cgi?ubb=forum;f=2

Top
#154179 - 02/21/03 12:01 PM Re: [6.3.x] [beta] hidden forum hack
Dino Offline
Member

Registered: 03/23/01
Posts: 53
Loc: Troy, MI
Thanks!
_________________________
Dino Filias
http://dinofilias.com

Top
#154180 - 06/21/03 06:14 PM Re: [6.3.x] [beta] hidden forum hack
BUZN_WILDLY Offline
Junior Member

Registered: 05/24/03
Posts: 19
Loc: Ont.
OHHH nooo... I can't read the BBS, where the Hidden Form Hack is... http://www.fachinformatiker-world.de/forums/
Can someone help me?

Thank-You thumbsup

BUZN_WILDLY

Top
#154181 - 06/23/03 06:09 PM Re: [6.3.x] [beta] hidden forum hack
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
it's hidden tipsy
_________________________
- Allen wavey
- What Drives You?

Top
#154182 - 06/24/03 09:02 AM Re: [6.3.x] [beta] hidden forum hack
BUZN_WILDLY Offline
Junior Member

Registered: 05/24/03
Posts: 19
Loc: Ont.
Whaa haa haa.. your telling me!
I can't find it... tipsy
STill looking for the hack though... laugh

Top
#154183 - 08/04/03 06:41 PM Re: [6.3.x] [beta] hidden forum hack
havoq Offline
Member

Registered: 09/11/01
Posts: 667
Loc: MI
I need it too!!
_________________________
-Jon
I have a measly [img]http://www.ubbdev.com/ud/?u=chugger93&s=1[/img] points, it's weak, I know wink
Where I continue to hack, even though it's a state of mind

Top
#154184 - 08/20/03 01:14 PM Re: [6.3.x] [beta] hidden forum hack
havoq Offline
Member

Registered: 09/11/01
Posts: 667
Loc: MI
Allen u got it? Ugg, I need this badly
_________________________
-Jon
I have a measly [img]http://www.ubbdev.com/ud/?u=chugger93&s=1[/img] points, it's weak, I know wink
Where I continue to hack, even though it's a state of mind

Top
#154185 - 08/21/03 01:01 PM Re: [6.3.x] [beta] hidden forum hack
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
I might have it on the pc at my old job... not sure tho. If I get a chance, I'll hunt it up if I go by there next week smile
_________________________
- Allen wavey
- What Drives You?

Top
#154186 - 08/22/03 02:36 PM Re: [6.3.x] [beta] hidden forum hack
havoq Offline
Member

Registered: 09/11/01
Posts: 667
Loc: MI
ok that sounds good, thanx laugh
_________________________
-Jon
I have a measly [img]http://www.ubbdev.com/ud/?u=chugger93&s=1[/img] points, it's weak, I know wink
Where I continue to hack, even though it's a state of mind

Top
#154187 - 08/23/03 03:43 AM Re: [6.3.x] [beta] hidden forum hack
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
no problem, that computer has prolly 1,000+ hacks on it and every version of ubb (including the beta releases) since maybe 5.45 smile
_________________________
- Allen wavey
- What Drives You?

Top
#154188 - 09/05/03 06:20 PM Re: [6.3.x] [beta] hidden forum hack
BUZN_WILDLY Offline
Junior Member

Registered: 05/24/03
Posts: 19
Loc: Ont.
Hmmm... I'm still looking...
No one seems to have a link to get this
great hack...

Can someone help me out?

Thank-You

Top
#154189 - 12/14/03 02:21 PM Re: [6.3.x] [beta] hidden forum hack
_Cash Offline
User

Registered: 11/05/03
Posts: 35
Does anyone still have this hack?
All links in this thread are dead.

Top
#154190 - 12/16/03 07:48 AM Re: [6.3.x] [beta] hidden forum hack
_Cash Offline
User

Registered: 11/05/03
Posts: 35
Bump, anyone?

Top
#154191 - 12/26/03 07:08 AM Re: [6.3.x] [beta] hidden forum hack
_Cash Offline
User

Registered: 11/05/03
Posts: 35
Hmm, seems like noone has this hack?

Would a 6.1 hack work on a 6.3.1.2 board?

Top
#154192 - 01/30/04 06:17 AM Re: [6.3.x] [beta] hidden forum hack
_Cash Offline
User

Registered: 11/05/03
Posts: 35
Come on guys, anyone willing to help me? smile

Top
#154193 - 01/30/04 07:39 PM Re: [6.3.x] [beta] hidden forum hack
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
I don't think it's available anymore... if it were, it's definitely not supported on a version that old. If I see it, I'll post it, but I can't promise anything.
_________________________
- Allen wavey
- What Drives You?

Top
#154194 - 05/15/04 11:56 AM Re: [6.3.x] [beta] hidden forum hack
_Cash Offline
User

Registered: 11/05/03
Posts: 35
Just trying to see if anyone found it after a couple of months smile

Top
Page 1 of 5 1 2 3 4 5 >



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks